home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / library / tri14usr.rea < prev   
Text File  |  1996-01-16  |  2KB  |  57 lines

  1. Short:    Triton GUI creation system. r1.4 usr
  2. Author:   s.zeiger@laren.rhein-main.de (Stefan Zeiger)
  3. Uploader: s.zeiger@laren.rhein-main.de (Stefan Zeiger)
  4. Type:     util/libs
  5.  
  6.         **********************************************
  7.  
  8.                 Triton
  9.  
  10.            An object oriented GUI creation system.
  11.  
  12.                  Release 1.4
  13.  
  14.              (c) 1993-1995 Stefan Zeiger
  15.  
  16.         **********************************************
  17.                    
  18.    Triton is a standard Amiga shared runtime library.  Triton makes it
  19. much easier to create good looking graphical user interfaces (GUIs) than
  20. GadTools, BOOPSI or other systems.
  21.  
  22.    The most important features are:
  23.  
  24.    * Object oriented system
  25.    * Automatically font sensitive, font adaptive
  26.    * Automatic keyboard shortcuts for default window actions
  27.    * *Really* easy to use
  28.    * Beautiful customizable AmigaOS3.x look
  29.    * Comes as a freely distributable shared library
  30.    * Size! Though Triton is very powerful, it is a shared library of
  31.      only about 50KB. You don't need any startup tools, BOOPSI classes
  32.      or other things. It's the Triton among the minnows of GUI creation
  33.      systems ;)
  34.    * Resizability of windows wherever applicable
  35.    * A Preferences editor which allows you to customize the look and
  36.      feel of all Triton GUIs
  37.    * No installation required. Simply putting triton.library into the
  38.      current directory is enough for a minimum installation.
  39.  
  40.    By using Triton you don't have to worry about otherwise very
  41. time-consuming things like font-sensitivity and resizability of your
  42. windows.
  43.  
  44.    This user archive is needed by users and developers alike. A separate
  45. archive named 'tri14dev.lha' is required by developers only.
  46.  
  47.     Changes since release 1.3:
  48.  
  49.     triton.library asked for diskfont.library v37 which caused problems on
  50.       OS2.0 systems. This is fixed now. triton.library asks for v36 only.
  51.     QuickHelp windows accidentally appeared always on the default public
  52.       screen instead of the screen of their parent window.
  53.     Some gadgets could accidentally be activated by <Return> although they
  54.       were not intended to react on that shortcut.
  55.     Double (string gadget like) borders were not drawn correctly in 'thick'
  56.       mode with OS versions below 3.0.
  57.